RTDeviceinfo
Introduction蓝牙设备相关信息 Bluetooth device information Propertiesname@property (nonatomic, strong) NSString * name; Discussion设备逻辑名称 Device logical name rssiLevel@property NSInteger rssiLevel; Discussion实际信号强度,可以推算远/近和距离。 The actual signal strength can be calculated far / near and distance. ShortAddress@property (nonatomic, strong) NSString * ShortAddress; Discussion设备蓝牙地址,通知其它方法间接取得(有些蓝牙设备可能会得不到) Device Bluetooth address, notify other methods indirectly (some Bluetooth devices may not get) UUID@property (nonatomic, strong) NSString * UUID; Discussion蓝牙设备唯一uuid Bluetooth device uuid |